home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / chatnoir.swf / scripts / DefineSprite_32 / frame_1 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  177 b   |  13 lines

  1. function start_jump(dir)
  2. {
  3.    gotoAndPlay(2 + dir * 2);
  4.    act = 0;
  5. }
  6. function start_run(dir)
  7. {
  8.    gotoAndPlay(2 + dir * 2);
  9.    act = 1;
  10. }
  11. stop();
  12. _visible = false;
  13.